home *** CD-ROM | disk | FTP | other *** search
/ HyperLib 1997 Winter - Disc 1 / HYPERLIB-1997-Winter-CD1.ISO.7z / HYPERLIB-1997-Winter-CD1.ISO / オンラインウェア / PRG / Prograph Reference Manual.sit / Prograph Reference Manual / Prograph Reference 5-7.rsrc / TEXT_131.txt < prev    next >
Text File  |  1995-10-25  |  3KB  |  177 lines

  1.  
  2.  Contents Overview
  3.  
  4. Chapter 5.  System Classes 167
  5.  
  6. An Overview    167
  7.  
  8. Application Manager    169
  9.  
  10. System Class Methods    170
  11.  
  12. System Class Specifications    176
  13.  
  14. Chapter 6.  Prograph Primitives 245
  15.  
  16. Prograph Primitives by Category    245
  17.  
  18. Prograph Primitives Descriptions    248
  19.  
  20. Chapter 7.  The Macintosh Toolbox 363
  21.  
  22. Working with the Toolbox    363
  23.  
  24. Calling Conventions    370
  25.  
  26. Essential Mac Methods    381
  27.  
  28. Index    
  29.  
  30.  
  31. Detailed Table of Contents
  32.  
  33. Chapter 5.  System Classes    167
  34.  
  35. An Overview    167
  36. Application Manager    169
  37. System Class Methods    170
  38. Application    171
  39. Notify    171
  40. Mouse Down    171
  41. Menu Click    171
  42. Front Window    172
  43. Update Menus    172
  44. About    172
  45. Menu    172
  46. Quit    172
  47. Cut, Copy, Paste & Clear    172
  48. Window    172
  49. Activate    172
  50. Update    172
  51. Idle    173
  52. Key    173
  53. Mouse Down    173
  54. Close    173
  55. Open    173
  56. Bring to Front    173
  57. Wind Draw Prep    173
  58. Window Item    174
  59. Mouse Down    174
  60. Idle    174
  61. Update    174
  62. Hilite    174
  63. Open    174
  64. Close    174
  65. Bounds    174
  66. Canvas    175
  67. Update    175
  68. Scroll List    175
  69. Mouse Down    175
  70. Tab to Item    175
  71. Key    175
  72. Edit Text    175
  73. Mouse Down    175
  74. Tab to Item    175
  75. Key    175
  76. System Class Specifications    176
  77. Key    177
  78. Application    178
  79. Button    182
  80. Canvas    185
  81. Check Box    190
  82. Click Item    193
  83. Edit Text    196
  84. Graphic    201
  85. Icon    204
  86. Menu    207
  87. Menu Item    210
  88. Pict    212
  89. Pop-up Menu    215
  90. Radio Set    219
  91. Scroll List    222
  92. Scroll Text    227
  93. System    233
  94. Text    234
  95. Window    238
  96. Window Item    243
  97.  
  98. Chapter 6.  Prograph Primitives    245
  99.  
  100. Prograph Primitives by Category    245
  101. Prograph Primitives Descriptions    248
  102. Apple Talk    250
  103. Application    256
  104. Bit    260
  105. Byte Stream    263
  106. Data    265
  107. Environment    267
  108. File    269
  109. Graphics    276
  110. Instances    281
  111. Interpreter Control    283
  112. I/O    284
  113. Lists    288
  114. Logical/Relational    295
  115. Math    300
  116. Memory    313
  117. Serial Port    323
  118. Strings    330
  119. System    339
  120. System Class    346
  121. Text    356
  122. Type    359
  123.  
  124. Chapter 7.  The Macintosh Toolbox    363
  125.  
  126. Working with the Toolbox    363
  127. Working with Pict and Icon Resources    364
  128. Drawing in Canvas Items    365
  129. Canvas Draw Method    365
  130. Canvas Click Method     367
  131. Drawing in Windows    369
  132. Calling Conventions    370
  133. Toolbox Data Types in Prograph    373
  134. Simple Types    374
  135. Compound Types    374
  136. Arrays    377
  137. Allocating Structures    378
  138. ABlocks, Handles and Pointers    379
  139. ABlock    379
  140. ABlock@ and ABlock@@    379
  141. Accessing and Dereferencing    380
  142. Function Pointers & Filter Functions    380
  143. BitMaps and PixMaps    381
  144. Essential Mac Methods    381
  145. Cursor    381
  146. Pen and Line Drawing    384
  147. Text    388
  148. Drawing in Color    391
  149. RGB Colors    392
  150. Rectangles    394
  151. Calculations with Rectangles    394
  152. Graphic Operations on Rectangles    396
  153. Ovals    398
  154. Round Rectangles    399
  155. Arcs and Wedges    400
  156. Bit Transfer     401
  157. Pictures     402
  158. Polygons     404
  159. Calculations with Polygons    404
  160. Graphic Operations on Polygons    405
  161. Points     406
  162. Resources     408
  163. Opening and Closing Resource Files     408
  164. Checking for Errors    409
  165. Setting the Current Resource File    409
  166. Accessing Resources    410
  167. Getting Resource Information    412
  168. Dialogs and Alerts     414
  169. Invoking Alerts    415
  170. Manipulating Items in Dialogs and Alerts    416
  171. Graphic Utilities     418
  172. Miscellaneous Utilities     419
  173.  
  174. Index    627
  175.  
  176.  
  177.